chore: update quality.md test counts (#227)#234
Merged
Conversation
Refresh stale test counts in quality.md. Counts drifted as features landed without corresponding quality.md updates. Before: 21 Vitest files (174 tests), 11 E2E specs (42 tests) After: 32 Vitest files (252 tests), 20 E2E specs (74 tests) Co-authored-by: Ona <no-reply@ona.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Collaborator
Author
|
✅ Post-merge verification skipped — |
Collaborator
Author
|
✅ UI verification skipped — no UI files changed. Only |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #227
What
Refreshes stale test counts in
.agents/quality.md. Counts drifted as features landed without corresponding quality.md updates.Changes
How
Counted Vitest tests from
pnpm testoutput (252 tests across 32 files) and E2E tests viagrep -c "test(" e2e/*.spec.ts(74 tests across 20 specs). Used Vitest runner output as source of truth for unit/integration counts rather than grep, which overcounts due to matching non-test usages oftest(andit(.Testing
pnpm lint✅pnpm typecheck✅pnpm test✅ (32 files, 252 tests)